home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
SOUND
/
WAVEWIN.ARJ
/
WOWO.WPL
< prev
next >
Wrap
Text File
|
1992-04-08
|
308b
|
21 lines
#
# WOWO Wavepool program
#
# Copyright 1992, Data Assist, Inc.
#
BEGIN {
screate("wowo.sou")
for (c=1; c<=10; ++c) {
sinwave2(400, 2000, 1100);
sinwave2(2000, 4000, 1100);
}
quiet(10);
sclose(0);
sndvoc("wowo.sou", "wowo.voc");
}